projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
310d0d4
)
(custom-deps): Ignore =... subdirs.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Apr 1998 20:30:56 +0000
(20:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Apr 1998 20:30:56 +0000
(20:30 +0000)
lisp/Makefile
patch
|
blob
|
history
diff --git
a/lisp/Makefile
b/lisp/Makefile
index 057aa3958b5a526b3079eda3129b6c2b97c0df2b..dd4e889392e5c3dedb70a8e81b4a573d9bcae55e 100644
(file)
--- a/
lisp/Makefile
+++ b/
lisp/Makefile
@@
-17,7
+17,7
@@
doit:
custom-deps: doit
subdirs=`find . -type d -print`; \
for file in $$subdirs; do \
- case $$file in */Old | */RCS) ;; \
+ case $$file in */Old | */RCS
| */=*
) ;; \
*) wins="$$wins $$file" ;; \
esac; \
done; \